Version

fnSetCaretPos Method (ComboEditorBaseProxy<T,TControl>)

Internal proxy method to set the position of the caret/cursor to the specified location of the TextEditor of the ComboEditorBase control
Syntax
'Declaration
 
Protected Sub fnSetCaretPos( _
   ByVal iCaretPos As System.Integer _
) 
protected void fnSetCaretPos( 
   System.int iCaretPos
)
protected: void fnSetCaretPos( 
   System.int iCaretPos
) 

Parameters

iCaretPos
Index of the text of the ComboEditorBase control’s TextEditor at which the caret/cursor needs to be positioned
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also